home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / CheeseHunt.swf / scripts / frame_191 / PlaceObject2_147_91 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-08-04  |  136 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.hero.hitTest(this.blood))
  3.    {
  4.       _root.health.nextFrame();
  5.       _root.pain = 2;
  6.    }
  7. }
  8.